| commit | d5d78f56cfe99832480d8a728dc171d60965e7ce | [log] [tgz] |
|---|---|---|
| author | Jiakai Zhang <jiakaiz@google.com> | Fri Feb 21 07:10:41 2025 -0800 |
| committer | Jiakai Zhang <jiakaiz@google.com> | Fri Feb 21 07:10:41 2025 -0800 |
| tree | 8412e9aa00e527f851a2bf12b83f9b2ff64147be | |
| parent | 097615614f4a056eb6258f1894223aa29ad8a431 [diff] |
Revert^2 "Add SDK extension host exports to module SDKs." This reverts commit 097615614f4a056eb6258f1894223aa29ad8a431. Reason for revert: Fixed the issue Change-Id: I07732b2a9d289cd31dc9895db1736456e5f48389
This project includes mainline build and other utility code. Any library code intended for use by modules should go in frameworks/libs/modules-utils instead.
This project uses a single source path for java code. All java code should go in the java directory with subdirectories corresponding to the java package. Android.bp files should go alongside the java source files, and should only include java source for a single java package to encourage good code hygiene.
Tests for java code should go in the javatests directory and follow the same structure.